home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 31 / CD Expert nº 31 Unreal Mission Pack I.iso / Bootmagic / BMAPPS.Z / BMCFG32.EXE / 0 / RCDATA / TFEZADDOS / TFEZADDOS.txt
Text File  |  1999-01-28  |  3KB  |  144 lines

  1. object fEzAddOS: TfEzAddOS
  2.   Left = 257
  3.   Top = 154
  4.   BorderStyle = bsDialog
  5.   Caption = 'BootMagic Add OS'
  6.   ClientHeight = 287
  7.   ClientWidth = 570
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnKeyDown = FormKeyDown
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object cbxShowAll: TCheckBox
  20.     Left = 10
  21.     Top = 232
  22.     Width = 97
  23.     Height = 17
  24.     Hint = 'Show all possible Operating Systems'
  25.     Caption = '&Advanced'
  26.     ParentShowHint = False
  27.     ShowHint = True
  28.     TabOrder = 4
  29.     OnClick = cbxShowAllClick
  30.   end
  31.   object btnOk: TButton
  32.     Left = 153
  33.     Top = 250
  34.     Width = 75
  35.     Height = 25
  36.     Hint = 'Add OS selection'
  37.     Caption = '&OK'
  38.     Default = True
  39.     ParentShowHint = False
  40.     ShowHint = True
  41.     TabOrder = 1
  42.     OnClick = btnOkClick
  43.   end
  44.   object btnCancel: TButton
  45.     Left = 247
  46.     Top = 250
  47.     Width = 75
  48.     Height = 25
  49.     Hint = 'Do not add OS selection'
  50.     Cancel = True
  51.     Caption = '&Cancel'
  52.     ParentShowHint = False
  53.     ShowHint = True
  54.     TabOrder = 2
  55.     OnClick = btnCancelClick
  56.   end
  57.   object btnHelp: TButton
  58.     Left = 341
  59.     Top = 250
  60.     Width = 75
  61.     Height = 25
  62.     Hint = 'Display help'
  63.     Caption = '&Help'
  64.     ParentShowHint = False
  65.     ShowHint = True
  66.     TabOrder = 3
  67.     OnClick = btnHelpClick
  68.   end
  69.   object pnlAddOS: TPanel
  70.     Left = 10
  71.     Top = 20
  72.     Width = 550
  73.     Height = 197
  74.     BevelOuter = bvNone
  75.     BorderStyle = bsSingle
  76.     Caption = 'AddOS'
  77.     TabOrder = 0
  78.     object hdrctrlAddOS: THeaderControl
  79.       Left = 0
  80.       Top = 0
  81.       Width = 546
  82.       Height = 17
  83.       Sections = <
  84.         item
  85.           AllowClick = False
  86.           Text = 'Used'
  87.           Width = 60
  88.         end
  89.         item
  90.           AllowClick = False
  91.           Text = 'OS Name'
  92.           Width = 140
  93.         end
  94.         item
  95.           AllowClick = False
  96.           Text = 'Volume Name'
  97.           Width = 110
  98.         end
  99.         item
  100.           AllowClick = False
  101.           Text = 'Partition Type'
  102.           Width = 120
  103.         end
  104.         item
  105.           AllowClick = False
  106.           Text = 'Disk'
  107.           Width = 55
  108.         end
  109.         item
  110.           AllowClick = False
  111.           Text = 'Partition'
  112.           Width = 1000
  113.         end>
  114.       OnSectionResize = hdrctrlAddOSSectionResize
  115.     end
  116.     object clstAddOS: TColumnList
  117.       Left = 0
  118.       Top = 17
  119.       Width = 546
  120.       Height = 176
  121.       TabStop = True
  122.       ClipTextToCols = True
  123.       Col1Position = 0
  124.       Col2Position = 59
  125.       Col3Position = 199
  126.       Col4Position = 309
  127.       Col5Position = 429
  128.       Col6Position = 484
  129.       Align = alClient
  130.       BorderStyle = bsNone
  131.       ItemHeight = 16
  132.       Items.Strings = (
  133.         'Yes|MS-DOS 6.22|DOS|FAT16 |1|Pri-1'
  134.         'Yes|IBM OS/2 2.0|OS/2|HPFS|1|Pri-2'
  135.         'Yes|Windows 95|Win 95|FAT32 >= 32MB|1|Pri-2'
  136.         'Yes|Windows NT|Win NT|NTFS|2|Log-1')
  137.       ParentColor = False
  138.       Style = lbOwnerDrawFixed
  139.       TabOrder = 1
  140.       OnDblClick = btnOkClick
  141.     end
  142.   end
  143. end
  144.